XMLReader.Parse Method

Parses the data in the passed string, s. The optional parameter isFinal tells Expat what to do if the end of the data is reached and the XML is not well-formed, for example, if it stops in the middle of an element.

Syntax

XMLReader.Parse s, [isFinal]


Parameters

s

String

isFinal (Optional)

Boolean


Setting isFinal to False will tell Expat not to throw an error because more data will be coming in another call.